10. Recursive or not? Part 3

Quiz

It's time to play… "Is this sequence recursive or not?"

Here's how the game works:

  • I show you (portion of) an ordered sequence.
  • I ask: can you guess the next element in the sequence?
  • If you can - the sequence is recursive!

What do you think the next element in the sequence is?
3, 1, 4, 1, 5, 9, 2, 6, 5, 3, ?

SOLUTION: 5